Provides data for the SelectionChanged event.
Namespace:
C1.WPF
Assembly:
C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public class SelectionChangedEventArgs<T> : EventArgs
|
| Visual Basic |
|---|
Public Class SelectionChangedEventArgs(Of T) _
Inherits EventArgs |
Type Parameters
Inheritance Hierarchy
See Also